projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae750f
)
(Fforward_word): Add ^ interactive spec.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:15:32 +0000
(20:15 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:15:32 +0000
(20:15 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index aa716a5aef0855642ccedf7df58975df007155b9..f282ed3a262eabb1b369d8b76f15cef3f5e66bd3 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-1324,7
+1324,7
@@
scan_words (from, count)
return from;
}
-DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "p",
+DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "
^
p",
doc: /* Move point forward ARG words (backward if ARG is negative).
Normally returns t.
If an edge of the buffer or a field boundary is reached, point is left there